home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nmmdemo / nmmdemo.exe / 1INTRO.DXR / 00017.ls < prev    next >
Encoding:
Text File  |  1995-04-27  |  243 b   |  10 lines

  1. on exitFrame
  2.   global movieLevel
  3.   set thetime to the timer
  4.   set newVal to movieLevel - float(float(thetime) / float(180) * float(movieLevel))
  5.   set the volume of sprite 8 to max(newVal, 0)
  6.   if newVal > 0 then
  7.     go(the frame)
  8.   end if
  9. end
  10.